From bf26b62ae86ecbc968d6417e7a6e266ec87c5165 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 17 Feb 2007 01:59:00 +0000 Subject: [PATCH] (syms_of_callproc) : (Fgetenv_internal): Fix typos in docstrings. --- src/callproc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/callproc.c b/src/callproc.c index f9b71db7718..90e5b11a9a2 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1482,7 +1482,7 @@ getenv_internal (var, varlen, value, valuelen) DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, doc: /* Return the value of environment variable VAR, as a string. VAR should be a string. Value is nil if VAR is undefined in the environment. -This function consults the variable ``process-environment'' for its value. */) +This function consults the variable `process-environment' for its value. */) (var) Lisp_Object var; { @@ -1692,12 +1692,12 @@ These are files intended for Emacs to use while it runs. */); DEFVAR_LISP ("doc-directory", &Vdoc_directory, doc: /* Directory containing the DOC file that comes with GNU Emacs. -This is usually the same as data-directory. */); +This is usually the same as `data-directory'. */); DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory, doc: /* For internal use by the build procedure only. This is the name of the directory in which the build procedure installed -Emacs's info files; the default value for Info-default-directory-list +Emacs's info files; the default value for `Info-default-directory-list' includes this. */); Vconfigure_info_directory = build_string (PATH_INFO); -- 2.30.2